@charset "UTF-8";
body, html {
  background-color: #f5f5f5; }

.center {
  width: 1400px;
  margin: 0 auto; }

.m-header {
  display: none; }

.header {
  display: block; }

.header {
  background: #1a1a1a;
  height: 100px; }
  .header .center {
    height: 100%; }
    .header .center .left {
      display: flex;
      align-items: center;
      height: 100%; }
      .header .center .left .logo {
        width: 160px; }
        .header .center .left .logo img {
          width: 100%; }
      .header .center .left .text {
        border-right: 1px solid #c21505;
        display: inline-block;
        margin-left: 70px;
        padding-right: 10px; }
        .header .center .left .text p {
          text-align: right; }
        .header .center .left .text .t1 {
          color: #fff;
          font-size: 16px; }
        .header .center .left .text .t2 {
          color: #fff;
          font-size: 18px; }
    .header .center .right {
      display: flex;
      align-items: center;
      height: 100%; }
      .header .center .right .nav {
        height: 100%;
        display: flex;
        align-items: center; }
        .header .center .right .nav > li {
          height: 100%;
          position: relative;
          padding: 0 33px; }
          .header .center .right .nav > li > a {
            height: 100%;
            line-height: 100px;
            color: #fff;
            font-size: 16px;
            display: inline-block;
            position: relative; }
            .header .center .right .nav > li > a .line {
              height: 4px;
              width: 0;
              background: #e60012;
              position: absolute;
              z-index: 1000;
              bottom: 0;
              left: 0;
              transition: width .6s; }
          .header .center .right .nav > li .nav-box {
            position: absolute;
            background: rgba(26, 26, 26, 0.8);
            padding: 10px 0;
            top: 100px;
            z-index: 10000;
            width: 100%;
            box-sizing: border-box;
            left: 0;
            display: none;
            transition: all .8s; }
            .header .center .right .nav > li .nav-box > li {
              height: 35px; }
              .header .center .right .nav > li .nav-box > li > a {
                width: 100%;
                height: 100%;
                line-height: 35px;
                text-align: center;
                color: #cccccc;
                font-size: 14px;
                display: inline-block; }
              .header .center .right .nav > li .nav-box > li:hover a {
                color: #fff; }
          .header .center .right .nav > li:hover .line {
            width: 100%; }
          .header .center .right .nav > li:hover .nav-box {
            display: block; }
          .header .center .right .nav > li:hover .line {
            width: 100%; }
        .header .center .right .nav .active .line {
          width: 100%; }
      .header .center .right .language {
        color: #fff;
        font-size: 14px;
        height: 100%;
        line-height: 100px;
        background-image: url("../images/down.png");
        background-repeat: no-repeat;
        background-size: 11px 6px;
        background-position: center right;
        padding: 0 35px 0 0;
        position: relative;
        margin-left: 35px;
        cursor: pointer; }
        .header .center .right .language .down-box {
          position: absolute;
          width: 100%;
          border: 1px solid #fff;
          z-index: 1000;
          top: 70px;
          display: none; }
          .header .center .right .language .down-box li {
            width: 100%;
            height: 35px;
            line-height: 35px;
            text-align: center;
            background: #1a1a1a;
            border-bottom: 1px solid #fff;
            transition: background .6s;
            cursor: pointer; }
            .header .center .right .language .down-box li:hover {
              background: #fff;
              color: #333; }
            .header .center .right .language .down-box li:last-of-type {
              border-bottom: none; }
.header .center .right .language-edit {
  color: #fff;
  font-size: 16px;
  width: 114px;
  height: 100%;
  line-height: 100px;
  position: relative;
  margin-left: 15px;
  cursor: pointer;
  display: flex;
  white-space: nowrap;
}
.header .center .right .language-edit a {
  display: inline-block;
  height: 100%;
  line-height: 100px;
  text-align: center;
  color: #fff; }
.header .center .right .language-edit .cn {
  width: 40%; }
.header .center .right .language-edit .en {
  width: 45%;
  margin-left: 3px; }

.footer {
  background: #1a1a1a;
  padding-top: 80px; }
  .footer .top {
    padding-bottom: 20px;
    border-bottom: 2px solid #4d4d4d; }
    .footer .top .left {
      width: 103px; }
      .footer .top .left img {
        width: 100%; }
    .footer .top .right {
      display: flex;
      align-items: center; }
      .footer .top .right p {
        color: #fff;
        font-size: 18px;
        padding-left: 35px; }
        .footer .top .right p span {
          vertical-align: sub;
          margin-left: 10px; }
  .footer .foot-box {
    padding: 25px 0 70px; }
    .footer .foot-box .left .foot-list > li {
      margin-right: 80px;
      float: left; }
      .footer .foot-box .left .foot-list > li .list > li {
        margin-bottom: 15px; }
        .footer .foot-box .left .foot-list > li .list > li a {
          color: #999999;
          font-size: 13px;
          display: inline-block; }
        .footer .foot-box .left .foot-list > li .list > li:nth-of-type(1) {
          margin-bottom: 25px; }
          .footer .foot-box .left .foot-list > li .list > li:nth-of-type(1) a {
            color: #e6e6e6;
            font-size: 15px; }
      .footer .foot-box .left .foot-list > li:last-of-type {
        margin-right: 0; }
    .footer .foot-box .right p {
      color: #e6e6e6;
      font-size: 16px; }
    .footer .foot-box .right .code-box {
      width: 110px;
      margin-top: 10px; }
      .footer .foot-box .right .code-box img {
        width: 100%; }
  .footer .bottom {
    height: 60px;
    display: flex;
    background: #000;
    font-size: 14px;
    color: #999; }
    .footer .bottom .bottom-center {
      width: 1400px;
      margin: 0 auto;
      height: 100%;
      line-height: 30px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .footer .bottom .bottom-center p a {
        color: #999;
        font-size: 14px; }

.com-title {
  color: #1a1a1a;
  font-weight: bold;
  text-align: center; }
  .com-title .t1 {
    font-size: 40px;
    text-transform: uppercase; }
  .com-title .t2 {
    font-size: 30px;
    margin-top: 5px; }

.cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100001;
  display: none; }

.toast .title {
  color: #1a1a1a;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px; }
  .toast .title .t1 {
    font-size: 40px; }
  .toast .title .t2 {
    font-size: 30px;
    margin-top: 15px; }

.n-banner {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.inside-nav {
  width: 100%;
  height: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1); }
  .inside-nav li {
    width: auto;
    height: 100px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .inside-nav li:after {
      content: '';
      position: absolute;
      width: 1px;
      height: 18px;
      background: #e6e6e6;
      right: 0; }
    .inside-nav li:last-of-type:after {
      width: 0px; }
    .inside-nav li:nth-last-of-type(1) a {
      border-right: 1px #fff solid; }
    .inside-nav li a {
      font-size: 18px;
      display: inline-block;
      height: 100%;
      line-height: 100px;
      transition: 0.3s;
      padding: 0 30px;
      display: inline-block; }
    .inside-nav li:hover {
      background: #e60012; }
      .inside-nav li:hover a {
        color: #fff;
        border-right: 1px #e60012 solid; }
      .inside-nav li:hover:nth-last-of-type(1) a {
        color: #fff;
        border-right: 1px #e60012 solid; }
  .inside-nav .active {
    background: #e60012; }
    .inside-nav .active a {
      color: #fff;
      border-right: 1px #e60012 solid; }
    .inside-nav .active:nth-last-of-type(1) a {
      color: #fff;
      border-right: 1px #e60012 solid; }

.about-us {
  padding: 100px 0; }
  .about-us .about-box {
    margin-top: 75px; }
    .about-us .about-box .left {
      width: 47%; }
      .about-us .about-box .left .top {
        margin-bottom: 35px; }
        .about-us .about-box .left .top .t1 {
          font-size: 30px;
          font-weight: bold;
          color: #c21505; }
        .about-us .about-box .left .top .t2 {
          color: #b3b3b3;
          font-size: 18px;
          margin-top: 5px; }
      .about-us .about-box .left .info {
        color: #666666;
        font-size: 14px;
        line-height: 2em; }
      .about-us .about-box .left .dtl-box {
        width: 100%;
        height: 270px;
        overflow-y: auto;
        padding-right: 10px;
        box-sizing: border-box;
        /*定义滑块 内阴影+圆角*/ }
        .about-us .about-box .left .dtl-box::-webkit-scrollbar {
          width: 5px;
          height: 10px;
          background-color: #F5F5F5; }
        .about-us .about-box .left .dtl-box::-webkit-scrollbar-track {
          /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
          background-color: #ffffff; }
        .about-us .about-box .left .dtl-box::-webkit-scrollbar-thumb {
          background-color: #333; }
        .about-us .about-box .left .dtl-box p {
          line-height: 1.8em;
          color: #4d4d4d;
          font-size: 14px;
          padding-bottom: 15px; }
      .about-us .about-box .left .more {
        display: block;
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        background: #c21505;
        cursor: pointer;
        margin-top: 65px; }
    .about-us .about-box .pad45 {
      padding-top: 45px; }
    .about-us .about-box .right {
      width: 50%;
      position: relative; }
      .about-us .about-box .right .about-swiper {
        width: 100%;
        position: relative; }
        .about-us .about-box .right .about-swiper .swiper-slide {
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          position: relative; }
          .about-us .about-box .right .about-swiper .swiper-slide > img {
            width: 100%;
            opacity: 0; }
          .about-us .about-box .right .about-swiper .swiper-slide .about-cover {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.2);
            z-index: 1000;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center; }
            .about-us .about-box .right .about-swiper .swiper-slide .about-cover p {
              margin-top: 15px;
              color: #fff;
              font-size: 20px; }
        .about-us .about-box .right .about-swiper .swiper-pagination-index {
          bottom: 15px; }
          .about-us .about-box .right .about-swiper .swiper-pagination-index span {
            margin-right: 10px; }
        .about-us .about-box .right .about-swiper .swiper-pagination-bullet {
          width: 38px;
          height: 1px;
          background-color: #333;
          opacity: 1;
          transition: background-color .6s; }
        .about-us .about-box .right .about-swiper .swiper-pagination-bullet-active {
          background-color: #fff;
          transition: background-color .6s; }
      .about-us .about-box .right .swiper-button-box {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100px;
        height: 36px;
        z-index: 100000; }
        .about-us .about-box .right .swiper-button-box .swiper-button-prev-about {
          width: 50px;
          height: 40px;
          background-image: url("../images/pre.png");
          background-size: 50px 40px;
          background-repeat: no-repeat;
          background-position: center;
          outline: none;
          left: 0; }
          .about-us .about-box .right .swiper-button-box .swiper-button-prev-about.swiper-button-disabled {
            background-image: url("../images/next.png");
            transform: rotate(180deg);
            opacity: 1; }
        .about-us .about-box .right .swiper-button-box .swiper-button-next-about {
          width: 50px;
          height: 40px;
          background-size: 50px 40px;
          background-image: url("../images/pre.png");
          background-repeat: no-repeat;
          background-position: center;
          transform: rotate(180deg);
          outline: none;
          right: 0; }
          .about-us .about-box .right .swiper-button-box .swiper-button-next-about.swiper-button-disabled {
            background-image: url("../images/next.png");
            transform: rotate(360deg);
            opacity: 1; }

.layui-layer {
  border-radius: 12px !important; }

.video-layer {
  background-color: #000 !important; }
  .video-layer .layui-layer-content {
    width: 800px !important;
    height: 450px !important;
    overflow: hidden !important; }
  .video-layer video {
    width: 100% !important;
    height: 100% !important; }

.comparison-box .layui-layer-content {
  width: 1400px !important;
  overflow-y: auto !important;
  /*定义滑块 内阴影+圆角*/ }
  .comparison-box .layui-layer-content::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    background-color: #f3f4f5; }
  .comparison-box .layui-layer-content::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #f3f4f5; }
  .comparison-box .layui-layer-content::-webkit-scrollbar-thumb {
    background-color: #333; }

.after-sales-box .layui-layer-content {
  width: 1400px !important;
  overflow-y: auto !important;
  /*定义滑块 内阴影+圆角*/ }
  .after-sales-box .layui-layer-content::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    background-color: #f3f4f5; }
  .after-sales-box .layui-layer-content::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #f3f4f5; }
  .after-sales-box .layui-layer-content::-webkit-scrollbar-thumb {
    background-color: #333; }

.toTop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/top.png");
  z-index: 10000;
  display: none; }

.pag {
  width: 100%;
  padding: 50px 0px 80px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .pag a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 12px;
    color: #4c4c4c;
    margin: 0 2px;
    transition: 0.3s; }
    .pag a:hover {
      color: #cf0010; }
  .pag .active {
    color: #cf0010; }
  .pag .pag-btn {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #cf0010; }
    .pag .pag-btn i {
      width: 7px;
      height: 11px;
      margin-top: 10px;
      display: inline-block;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    .pag .pag-btn .btn-fl {
      background-image: url(../images/c11.png); }
    .pag .pag-btn .btn-fr {
      background-image: url(../images/c12.png); }

#manpower-c .school-invit {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  min-height: 600px;
  padding-bottom: 130px; }
  #manpower-c .school-invit .school-box {
    margin-top: 90px;
    height: auto;
    zoom: 1;
    overflow: hidden; }
    #manpower-c .school-invit .school-box li {
      width: 25%;
      float: left;
      height: 200px;
      padding: 25px 20px 40px 20px;
      border-right: 2px #e6e6e6 solid; }
      #manpower-c .school-invit .school-box li:nth-of-type(4n) {
        border-right: none; }
      #manpower-c .school-invit .school-box li .title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 30px;
        text-align: center; }
      #manpower-c .school-invit .school-box li .xian {
        width: 60px;
        height: 2px;
        margin: 0 auto;
        background: #333;
        margin-bottom: 24px; }
      #manpower-c .school-invit .school-box li .tit {
        font-size: 14px;
        line-height: 26px;
        color: #808080;
        text-align: center; }
#manpower-c .invit-box {
  height: auto;
  zoom: 1;
  overflow: hidden;
  padding: 40px 0px 60px 0px; }
  #manpower-c .invit-box .item {
    width: 25%;
    float: left;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    #manpower-c .invit-box .item img {
      width: 60px;
      height: 60px;
      margin-bottom: 15px;
      display: inline-block; }
    #manpower-c .invit-box .item p {
      font-size: 18px;
      line-height: 26px;
      text-align: center; }
.right-nav {
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -125px;
    z-index: 10020;
    display: block;
}
.right-nav > ul {
    width: 60px; }
.right-nav > ul li {
    width: 100%;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 4px;
    background-color: #c21505;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-size: 30px 30px;
    cursor: pointer; }
.right-nav > ul li > a {
    width: 100%;
    height: 100%;
    display: inline-block; }
.right-nav > ul li .arr {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 5px 0 5px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #c21505;
    right: -8px;
    top: calc(50% - 5px); }
.right-nav > ul .hotline {
    background-image: url("../images/200.png"); }
.right-nav > ul .wechat {
    background-image: url("../images/203.png"); }
.right-nav > ul .wechat .wechat-box {
    padding-right: 15px;
    position: absolute;
    top: -20px;
    left: -115px;
    display: none; }
.right-nav > ul .wechat .wechat-box .inner-box {
    padding: 10px;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    background-color: #c21505;
    position: relative;
    border-radius: 6px; }
.right-nav > ul .wechat .wechat-box .inner-box img {
    width: 100%; }
.right-nav > ul .wechat:hover .wechat-box {
    display: block; }
.right-nav > ul .phone {
    background-image: url("../images/201.png"); }
.right-nav > ul .phone .phone-box {
    padding-right: 15px;
    position: absolute;
    top: 10px;
    left: -175px;
    display: none; }
.right-nav > ul .phone .phone-box .inner {
    padding: 10px;
    box-sizing: border-box;
    background-color: #c21505;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    display: inline-block;
    position: relative; }
.right-nav > ul .phone:hover .phone-box {
    display: block; }
.right-nav > ul .mail {
    background-image: url("../images/202.png"); }
.right-nav > ul .mail .world-box {
    padding-right: 15px;
    position: absolute;
    top: 10px;
    left: -175px;
    display: none; }
.right-nav > ul .mail .world-box .inner {
    padding: 10px;
    box-sizing: border-box;
    background-color: #c21505;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    display: inline-block;
    position: relative; }
.right-nav > ul .mail a {
    display: inline-block;
    width: 100%;
    height: 100%; }
.right-nav > ul .mail:hover .world-box {
    display: block; }
/*# sourceMappingURL=common.css.map */
